Quartz: Fix incompatible types in assignment
authorJohn Ralls <jralls@ceridwen.us>
Fri, 2 Mar 2012 01:00:35 +0000 (17:00 -0800)
committerJohn Ralls <jralls@ceridwen.us>
Fri, 2 Mar 2012 01:00:35 +0000 (17:00 -0800)
commitd859c921c563c9f602ae4462bf860c5fe91625a5
tree3b891399200478fe8bfbaef9a0db454073b01468
parentb2a8e6ed047db0b306945753e53a534affacd82b
Quartz: Fix incompatible types in assignment

NSEvent -scrollingDeltaX and -scrollingDeltaY aren't defined before
10.7, so objc assumes that they return a pointer. Trying to cast to a
float generates a compiler error.
gdk/quartz/gdkevents-quartz.c